home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Programy / DSPlayer_v.074_beta_full.exe / {app} / config / setuppopupmenu.def < prev    next >
Text File  |  2004-10-27  |  1KB  |  54 lines

  1. //-------------------------------------------------------------
  2. // Do not change this File without having the documentation !!!
  3. //-------------------------------------------------------------
  4.  
  5. // DSPlayer Popupmenu.def file
  6. // for dynamic Popupmenu creation ;)
  7.  
  8.  
  9. // about setuppopupmenu.def
  10. // -------------------------
  11. // filters, language, audiotrems and skins submenus are automaticly created
  12. // by DSPlayer
  13. // The following entries are the names of the MenuItems in the
  14. // popupmenu
  15. // to support functionality of new items,
  16. // the item click handler must be updated in the DSPlayer code
  17.  
  18.  
  19. // [popupmenu] is a static placeholder
  20. // this command can't be changed
  21. [popupmenu]
  22. ++iconSubmenugroup begin
  23. playrate
  24. **icon
  25. **AudioStreams.bmp
  26. audiostreams
  27. **icon
  28. **filters.bmp
  29. filters
  30. blank4
  31. skins
  32. language
  33. **icon
  34. **preferences.bmp
  35. options
  36. blank5
  37. **icon
  38. **exit.bmp
  39. exit
  40. ++iconSubmenugroup end
  41. blank6
  42. **submenu
  43. **playrate
  44. **radioitems
  45. **autocheck
  46. playrate50
  47. playrate75
  48. playrate100
  49. playrate125
  50. playrate150
  51. playrate200
  52. [end]
  53. // "++******group end" is not supported before [end] tag !!!
  54. // no need to close the group there !!!